/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*--reset--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-family: 'Microsoft Yahei','Î¢ÈíÑÅºÚ';    
}
    html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        
        color: #666;
    }

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #ca0000;
    }


ol, ul, li {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
}


/* =Çå³ý¸¡¶¯ */
.clear {
    height: 0;
    width: 0;
    clear: both;
    overflow: hidden;
}

.body-content {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .body-content .main {
        padding: 0;
        margin: 0 auto;
        width: 96%;
        max-width: 1200px;
        text-align: center;
        display: inline-block;
    }

#header {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 80px;
    top: 0px;
}

.not-sticky-navbar {
    background: rgba(0, 0, 0, 0.5);
}
    .not-sticky-navbar .nav .menu .main-ul > li > a {
        color:#fff;
    }
.is-sticky-navbar {
        /*background: rgba(255, 255, 255, 0);*/
        background: #fff;
        border-bottom: 1px solid transparent;
        box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%);
    }
    .is-sticky-navbar .nav .menu .main-ul > li > a {
        color: #666;
    }

#header .nav {
    top: 0px;
    z-index: auto;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    width: 1200px;
    height: 80px;
    text-align: center;
}
        #header .nav .logo {
            float: left;
            width: 200px;
            text-align: center;
            display: inline-block;
            padding-top:10px;
        }
    #header .nav .menu {
        margin: 0 auto;
        padding: 0;
        float: left;
        text-align: left;
        display: inline-block;
        height: 80px;
    }
        #header .nav .menu .main-ul {
            height: 80px;
            margin: 0 auto;
            padding: 0;
        }
            #header .nav .menu .main-ul > li {
                width: 100px;
                height: 80px;
                line-height: 80px;
                text-align: center;
                display: inline-block;
            }
                #header .nav .menu .main-ul > li > a {
                    width: 100px;
                    height: 80px;
                    line-height: 80px;
                    text-align: center;
                    display: inline-block;
                    font-size: 16px;
                }
                    #header .nav .menu .main-ul > li > a:hover {
                        color: #ca0000;
                    }
.has-children {
    position: relative;
}

    .has-children > a:before {
        position: absolute;
       font-weight:600;
        font-size: 16px;
        top: 52%;
        right: 2px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        
    }
#header .nav .menu .main-ul .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 15px;
    margin-left: 0px;
    background: #fff;
    transition: 0.2s 0s;
}
    #header .nav .menu .main-ul .has-children .dropdown > li {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 36px;
        line-height: 36px;
        min-width: 210px;
        text-align: left;
    }
        #header .nav .menu .main-ul .has-children .dropdown > li > a {
            height: 36px;
            line-height: 36px;
            padding: 0 10px;
            display: block;
            color: #666;
        }

            #header .nav .menu .main-ul .has-children .dropdown > li > a:hover {
                background: #f2f4f6;
                color: #000000;
            }

    #header .nav .menu .main-ul .has-children:hover > .dropdown,
    #header .nav .menu .main-ul .has-children:focus > .dropdown,
    #header .nav .menu .main-ul .has-children:active > .dropdown {
        transition-delay: 0s;
        margin-top: -10px;
        visibility: visible;
        opacity: 1;
    }

.full_box {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.box-bg {
    background: #f6f6f6;
}
.bot_bg {
    background-color: #1f1f1f;
}

